home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / C-SCRIPT.ZIP / CHelp.txt < prev    next >
Text File  |  1996-09-09  |  5KB  |  69 lines

  1. 100
  2. {HELP} = For A Topic Menu Type /CMENU
  3. {MENU} This help will show the exact command originally written in C-Script. So you can diagnose problems yourself. To use them the formats is "/CWhatever"
  4. ************ Menu ************
  5. CVersion CSEEN CPAGE
  6. *********** ON Commands Menu ***********
  7. CJOIN, COP, CDEOP, CBAN, CUNBAN, CINVITE, CKICK, CCHAT, CSERVEROP, CTEXT, CNICK, CNOTIFY, CPART, CACTION CCOMMANDS and CQUIT
  8. {JOIN} ON JOIN HELP:
  9. 1:ON JOIN:#:/msg $chan Hi $nick! 
  10. * This is basically an Auto-Greet when a person ($nick) join's your channel ($chan) You will automatically say Hi to them EX: Chris join's : you would say "Hi Chris!"
  11. *+2:ON JOIN:#:/mode $chan +o $nick 
  12. * This is an Auto-Op command for users of level 2 (+2) : so if one of your friends is level 2 when he/she joins a channel you have Operator status in (*) ...you automatically OP them!
  13. {OP} ON OP HELP:
  14. +1:ON OP:#:/mode $chan -o $opnick
  15. * This is will very simply DEOP any level 1(+1) users that are opped.
  16. {DEOP} ON DEOP HELP:
  17. +7:ON DEOP:#:/mode $chan -o+o $nick $opnick
  18. * If Someone Deops A level 7 user (+7) ..Then you will Deop the Person who Deoped Your Friend ($nick) ....Also You Will Reop Your Fried ($opnick) !! =)
  19. {BAN} ON BAN HELP:
  20. * The ON BAN ONLY works with mIRC v4.5 and above.
  21. +7:ON BAN:#:/mode $chan -b $banmask
  22. * If Someone bans A level 7 user (+7) ..Then you will unban the mask that was banned ($banmask)
  23. {UNBAN} ON UNBAN HELP:
  24. There is No such command as ON UNBAN in mIRC: Here is how to Unban someone type "/mode #channel -b nick or address"
  25. {INVITE} ON INVITE HELP:
  26. 1:ON INVITE:#:/join $chan 
  27. * I don't have this in C-Script. This command will make you Auto Join a channel you were invited to. The reason I don't use it is cause if someone tries to invite flood you to a channel that is locked...this will for sure flood you off. So I left it out for safety reasons =)
  28. {KICK} ON KICK HELP:
  29. +7:ON KICK:#:/kick $chan $nick Don't kick my friends! ((( C-Script KiCk ))) 
  30. * If Someone Kicks A Level 7 user (+7) , you will Auto-Kick the Kicker =)
  31. {CHAT} ON CHAT HELP:
  32. 1:ON CHAT:hi:/msg =$nick HI $nick!
  33. * If someone is in a DCC CHAT conversation with you and they say "HI" you will automatically say "HI" back to them. =)
  34. {SERVEROP} ON SERVEROP HELP:
  35. +1:ON SERVEROP:#:/mode $chan -o $opnick
  36. * If A ServerOps a Level 1 user....then you will automatically Deop them! =)
  37. {TEXT} ON TEXT HELP:
  38. I can't possibly show you all of the ON TEXT commands, so here is an example:
  39. +1:ON TEXT:+access:#:/notice $nick access is set at level 1
  40. * If a level 1 user types "+access" in a channel, you will automatically "NOTICE" him "$nick access is set at level 1"
  41. {NICK} ON NICK HELP:
  42. +2:ON NICK:/msg $newnick I think $nick was a much better nick.
  43. * If a Level 2 user changes his/her nick they will be msged and told that you liked there old nick better. I don't use this in C-Script, it is just an example. =)
  44. {NOTIFY} ON NOTIFY HELP:
  45. 2:ON NOTIFY:/notice $me [****NOTIFY INFO****] Hey Boss! Wake Up! $nick just joined IRC!
  46. * If Level 2 user on your Notify List Joins IRC...you will automatically be sent a "NOTICE" telling you so.
  47. {PART} ON PART HELP:
  48. +7:ON PART:#:/msg $chan He he, $nick is gone! Let the party begin!!
  49. * If a level 7 user leaves your channel... You will msg the channel the current msg.
  50. {QUIT} ON QUIT HELP:
  51. +7:ON QUIT:/msg $chan He he, $nick is gone! Let the party begin!!
  52. * If a level 7 user Quits IRC... You will msg the channel the current msg.
  53. {ACTION} ON ACTION HELP:
  54. +1:ON ACTION:trout:#:/describe $chan doesn't like fish in this channel $nick!!
  55. * If a Level 1 user says "Trout" in the channel you are in....you automatically say the current msg.
  56. {SEEN} SEEN HELP:
  57. * If someone types: SEEN <nick> in a channel you will tell them if you seen them
  58. * To do this manually type /SEEN <nick>
  59. {PAGE} +PAGE HELP
  60. There is a Pager set up for when you enable #away..If someone msges you OR joins a channel you are in they see a msg telling them to type +page <msg> This will play a Sound.wav and record there msg to [nick].txt (ie. Chris.txt)
  61. * to see the msg type /playmsg <nick>
  62. ************* C-BoT Commands *************
  63. LEVEL 200: ALL COMMANDS CAN ALSO BE USED INSIDE A QUERY OR MESSAGE WINDOW (when doing so you MUST include all parms. eg. +op #MyChan Chris) +access +stats +time +topic +up +down +op +deop +voice +devoice +commands
  64. LEVEL 300: +add200 +invite
  65. LEVEL 400: +say +join +leave +cycle +kick +ban +unban +add300 +add400 +chanlog
  66. LEVEL 500: +mb +bk +UnSiteBan +spawn +create +auser +add500 +ruser +shoot +bw +msg +nick +pro +rpro +hackpro +rhackpro +mymic +rmymic +ignore +siteignore +rignore +rsiteignore +idle +ridle +die +users +Exe Path +INI PATH +suspend +nckpro +rnckpro +channels +shutdown +swearkick +rswearkick +restore events
  67.  ****THERE ARE MANY MORE!!!!****
  68. { VERSION } 
  69. [C-Script v2.5] was created by SethD. Welcome to C-Script! Writer: SethD.